fix pinecone transform sub-key - #1720
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughPinecone transform sub-keys now combine a truncated SHA-256 API-key hash with profile and collection. Documentation covers transform-key changes and possible one-time re-ingestion, while tests validate destination separation and credential exclusion. ChangesPinecone transform key
Estimated code review effort: 2 (Simple) | ~10 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🤖 Internal: Discord sync markerAuto-managed by the Discord notification workflow. Stores the linked Discord message ID and forum thread ID. Do not edit or delete. |
|
@coderabbitai review |
✅ Action performedReview finished.
|
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@nodes/src/nodes/store_pinecone/README.md`:
- Line 102: Update the migration note in the Pinecone README to accurately
describe the legacy transform-key inputs as host, port, and collection, or
replace the misleading index-only wording with a neutral reference to older
transform-key formats. Keep the documented re-ingestion behavior unchanged.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: ASSERTIVE
Plan: Pro Plus
Run ID: 30187a5e-635f-4b46-b032-77591e2c5903
📒 Files selected for processing (3)
nodes/src/nodes/store_pinecone/IGlobal.pynodes/src/nodes/store_pinecone/README.mdnodes/test/store_pinecone/test_transform_sub_key.py
d2bce83 to
083f835
Compare
fixes #1664
changes
CodeRabbit
legacy host/port/collection keyverification
PYTHONPATH=nodes/src:nodes/test:packages/server/engine-lib/rocketlib-python/lib /home/ericwang/Projects/upstream-contributions/rocketride-issue1638/.venv/bin/python -m pytest nodes/test/store_pinecone/test_transform_sub_key.py -q-> 2 passed/home/ericwang/Projects/upstream-contributions/rocketride-issue1638/.venv/bin/python -m ruff check nodes/src/nodes/store_pinecone/IGlobal.py nodes/test/store_pinecone/test_transform_sub_key.py/home/ericwang/Projects/upstream-contributions/rocketride-issue1638/.venv/bin/python -m ruff format --check nodes/src/nodes/store_pinecone/IGlobal.py nodes/test/store_pinecone/test_transform_sub_key.pygit diff --checkgitleaksSummary by CodeRabbit